home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / DiskList 1.6 / data1.cab / Program_DLLs / disklist.exe / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Text File  |  2002-01-07  |  3KB  |  136 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 321
  3.   Top = 179
  4.   HelpContext = 10
  5.   BorderStyle = bsDialog
  6.   Caption = 'Settings'
  7.   ClientHeight = 224
  8.   ClientWidth = 315
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 7
  20.     Top = 7
  21.     Width = 299
  22.     Height = 114
  23.     Caption = 'Memory cache'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 7
  27.       Top = 16
  28.       Width = 267
  29.       Height = 26
  30.       Caption = 
  31.         'DiskList will keep the contents of the most recently used disks ' +
  32.         'in memory for better performance. '
  33.       WordWrap = True
  34.     end
  35.     object Label2: TLabel
  36.       Left = 7
  37.       Top = 86
  38.       Width = 25
  39.       Height = 13
  40.       Caption = 'Keep'
  41.     end
  42.     object Label3: TLabel
  43.       Left = 78
  44.       Top = 86
  45.       Width = 77
  46.       Height = 13
  47.       Caption = 'disks in memory.'
  48.     end
  49.     object Label5: TLabel
  50.       Left = 7
  51.       Top = 48
  52.       Width = 282
  53.       Height = 26
  54.       Caption = 
  55.         'Increasing this value will make DiskList faster, but will leave ' +
  56.         'less memory for the rest of your applications to use.'
  57.       WordWrap = True
  58.     end
  59.     object txtDisks: TEdit
  60.       Left = 36
  61.       Top = 83
  62.       Width = 23
  63.       Height = 21
  64.       TabOrder = 0
  65.       Text = '1'
  66.     end
  67.     object UpDown1: TUpDown
  68.       Left = 59
  69.       Top = 83
  70.       Width = 12
  71.       Height = 21
  72.       Associate = txtDisks
  73.       Min = 1
  74.       Max = 150
  75.       Position = 1
  76.       TabOrder = 1
  77.       Wrap = False
  78.     end
  79.   end
  80.   object GroupBox2: TGroupBox
  81.     Left = 7
  82.     Top = 130
  83.     Width = 299
  84.     Height = 62
  85.     Caption = 'Data path'
  86.     TabOrder = 1
  87.     object Label4: TLabel
  88.       Left = 7
  89.       Top = 16
  90.       Width = 94
  91.       Height = 13
  92.       Caption = 'Store datafiles here:'
  93.     end
  94.     object txtDatapath: TEdit
  95.       Left = 7
  96.       Top = 33
  97.       Width = 270
  98.       Height = 21
  99.       Color = clBtnFace
  100.       ReadOnly = True
  101.       TabOrder = 0
  102.     end
  103.     object cmdBrowse: TButton
  104.       Left = 280
  105.       Top = 33
  106.       Width = 15
  107.       Height = 20
  108.       Caption = '...'
  109.       TabOrder = 1
  110.       OnClick = cmdBrowseClick
  111.     end
  112.   end
  113.   object cmdCancel: TButton
  114.     Left = 247
  115.     Top = 198
  116.     Width = 61
  117.     Height = 20
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 3
  122.     OnClick = cmdCancelClick
  123.   end
  124.   object cmdOK: TButton
  125.     Left = 182
  126.     Top = 198
  127.     Width = 61
  128.     Height = 20
  129.     Caption = 'OK'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 2
  133.     OnClick = cmdOKClick
  134.   end
  135. end
  136.